home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 March / Amiga-CD 1996 #3.iso / patches / imagefx_gif / readme < prev    next >
Text File  |  1996-01-19  |  2KB  |  56 lines

  1. GIF Modules For ImageFX
  2. Copyright © 1995 Nova Design, Inc.
  3. All Rights Reserved
  4.  
  5. This archive and its contents are freely distributable.
  6.  
  7. -------------------------------------------------------------------------
  8.  
  9. This archive contains a GIF loader and saver for ImageFX.  Because of newly
  10. enforced patents on the GIF compression algorithm, Nova Design and many other
  11. companies are no longer able to include GIF support in their packages.  However,
  12. since the patent does not extend to public domain software, we are releasing
  13. the GIF modules in this freely distributable form.
  14.  
  15. The GIF saver in this archive includes a couple of enhancements from the
  16. original version.  It now has the ability to save interlaced GIFs, and it
  17. supports making a transparency color.
  18.  
  19. The saver's Arexx arguments are:
  20.  
  21.    FORMAT
  22.       Lace/S,NoLace/S,Transparent/K/N,NoTransparent/S
  23.  
  24.    INPUTS
  25.       Lace
  26.          Specifies that the file should be interlaced.
  27.  
  28.       NoLace
  29.          Specifies that the file should be non-interlaced.
  30.  
  31.       Transparent
  32.          Specifies a color register that should be designated as transparent.
  33.          Note that this creates a GIF89a version file, which may not be
  34.          compatible with all software.
  35.  
  36.       NoTransparent
  37.          Specifies that no transparency register is used.
  38.  
  39.    EXAMPLE
  40.       SaveRenderedAs GIF DH0:MyPicture.gif
  41.       SaveRenderedAs GIF DH0:MyPicture.gif Lace Transparent 6
  42.  
  43.  
  44. - TEK, 10/10/95
  45.  
  46. -------------------------------------------------------------------------
  47.  
  48. Installer and Installer project icon
  49. (c) Copyright 1991-93 Commodore-Amiga, Inc.  All Rights Reserved.
  50. Reproduced and distributed under license from Commodore.
  51.  
  52. INSTALLER SOFTWARE IS PROVIDED "AS-IS" AND SUBJECT TO CHANGE;
  53. NO WARRANTIES ARE MADE.  ALL USE IS AT YOUR OWN RISK.  NO LIABILITY
  54. OR RESPONSIBILITY IS ASSUMED.
  55.  
  56.